home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / gforum.dxr / 00040.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  220 b   |  13 lines

  1. on exitFrame
  2.   global dir
  3.   set dir to 1
  4.   if rollOver(14) then
  5.     cursor([901, 902])
  6.     set the visible of sprite 15 to 1
  7.     go(the frame + 1)
  8.   else
  9.     set the visible of sprite 15 to 0
  10.     go("Loop")
  11.   end if
  12. end
  13.